home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / AGGrep.lha / Grep.ttx < prev    next >
Encoding:
Text File  |  1995-09-22  |  257 b   |  12 lines

  1. /** $VER: Grep.ttx 9/20/95 Ver 1.0 
  2.  **
  3.  ** run my ttxgrep rexx program
  4.  **
  5.  ** Brian Gragg
  6.  **/
  7.  
  8. OPTIONS RESULTS
  9. 'RequestStr PROMPT "Grep arguments: -options keyword files"'
  10. if result~="RESULT" then 
  11.     address command "run sys:rexxc/rx rexx:AGgrep" result 
  12.